'Declaration Public Function Find( _
ByVal pointLocation on object.As System.Drawing.Point _
) As T
public T Find(
System.Drawing.Point point
)
public: T* Find(
System.Drawing.Point* point
)
public:
T^ Find(
System.Drawing.Point^ point
)
Parameters
- point
- Location on object.
Return Value
Found object or null if object is not found.